-- card: 4214 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2764 -- name: -- part contents for background part 17 ----- text ----- Ucase -- part contents for background part 18 ----- text ----- Mike Gleason Jr. -- part contents for background part 19 ----- text ----- XFCN -- part contents for background part 20 ----- text ----- ucase("string") -- part contents for background part 21 ----- text ----- Converts a string to all capitals. Will not do anything to non-letters. -- part contents for background part 23 ----- text ----- put ucase("The Message Box") into msg --> "THE MESSAGE BOX" put ucase("How much Dr. Pepper can I buy with only $34?") into msg -->HOW MUCH DR. PEPPER CAN I BUY WITH ONLY $34?